home *** CD-ROM | disk | FTP | other *** search
/ The Cartoon Guide to Physics / The Cartoon Guide to Physics.iso / pc / physdata / stmore.dir / 00029.ls < prev    next >
Encoding:
Text File  |  1995-09-04  |  255 b   |  9 lines

  1. on startMovie
  2.   global SelectedStory, SelectedSegment
  3.   set the cursor of sprite 3 to [556, 557]
  4.   set the cursor of sprite 4 to [556, 557]
  5.   set the cursor of sprite 7 to [556, 557]
  6.   updateStage()
  7.   go("CH" & SelectedStory & "SE" & SelectedSegment)
  8. end
  9.